The DesignerProps
class represents the properties for a designer, including auto-clear functionality and layout settings.
Properties
Name | Description |
---|
AllowAutoClear | Indicates whether auto-clear functionality is allowed. |
Layout | The layout settings for the designer. |
Constructors
Name | Description |
---|
DesignerProps() | Initializes a new instance of the DesignerProps class with default values. |
Methods
Name | Description |
---|
GetDifferences(otherObj) | Compares the current instance with another designer props and returns the differences. |